Html Css Color HEX #F6CBEA Classic Rose

📋 copy color: '#F6CBEA'

red 246 ◦ green 203 ◦ blue 234

#F6CBEA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Classic Rose #F6CBEA

Tints of Classic Rose #F6CBEA

RGB

 RED value IS 246 (96.48% from 255) = 36.02%

 GREEN value IS 203 (79.69% from 255) = 29.72%

 BLUE value IS 234 (91.8% from 255) = 34.26%

R = 36.02%
G = 29.72%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.05

 K value IS 0.04

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F6CBEA (or 0xF6CBEA) is known color: Classic Rose. HEX triplet: F6, CB and EA. RGB value is (246,203,234). Sum of RGB (Red+Green+Blue) = 246+203+234=683 (90% of max value = 765). Red value is 246 (96.48% from 255 or 36.02% from 683); Green value is 203 (79.69% from 255 or 29.72% from 683); Blue value is 234 (91.80% from 255 or 34.26% from 683); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CBEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6CBEA is #093415. Grayscale: #DBDBDB. Windows color (decimal): -603158 or 15387638. OLE color: 15387638.

HSL color Cylindrical-coordinate representation of color #F6CBEA: hue angle of 316.74º degrees, saturation: 0.7, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F6CBEA is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 203 234 -
CMYK 0 0.17 0.05 0.04
HSL 316.74º 0.7% 0.88% -
HSV(B) 316.74º 0.17% 0.96% -
XYZ 74.21 68.25 87.1 -
YUV 219.39 136.25 146.98 -
System Red Green Blue C M Y K H S L
Decimal 246 203 234 0 0.17 0.05 0.04 316.74 0.7 0.88
Hex F6 CB EA 0 11 5 4 13D 46 58
Octal 366 313 352 0 21 5 4 475 106 130
Binary 11110110 11001011 11101010 0 10001 101 100 100111101 1000110 1011000

Color Harmonies of #F6CBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6CBEA

Black with #F6CBEA

Text Example


Text Example

White with #F6CBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6CBEA; }

 p { color: rgb(246,203,234); }

 H1.HeaderClassName
 {
   color: #F6CBEA;
 }
 .AnyTagClassName
 {
   color: #F6CBEA;
 }
</style>

background-color css

<style>
 a { background-color: #F6CBEA; }

 a { background-color: rgb(246,203,234); }

 div.DivClassName
 {
   background-color: #F6CBEA;
 }
 .BgClassName
 {
   background-color: #F6CBEA;
 }
</style>

border-color css

<style>
 span { border-color: #F6CBEA; }

 span { border-color: rgb(246,203,234); }

 td.TdClassName
 {
   border-color: #F6CBEA;
 }
 .TagClassName
 {
   border-color: #F6CBEA;
 }
</style>