Html Css Color HEX #F6CEEA Classic Rose

📋 copy color: '#F6CEEA'

red 246 ◦ green 206 ◦ blue 234

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

Shades of Classic Rose #F6CEEA

Tints of Classic Rose #F6CEEA

RGB

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

 GREEN value IS 206 (80.86% from 255) = 30.03%

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

R = 35.86%
G = 30.03%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.05

 K value IS 0.04

RGB Variations

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

Color information

#F6CEEA (or 0xF6CEEA) is known color: Classic Rose. HEX triplet: F6, CE and EA. RGB value is (246,206,234). Sum of RGB (Red+Green+Blue) = 246+206+234=686 (90% of max value = 765). Red value is 246 (96.48% from 255 or 35.86% from 686); Green value is 206 (80.86% from 255 or 30.03% from 686); Blue value is 234 (91.80% from 255 or 34.11% from 686); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CEEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6CEEA is #093115. Grayscale: #DDDDDD. Windows color (decimal): -602390 or 15388406. OLE color: 15388406.

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

Color convert

RGB 246 206 234 -
CMYK 0 0.16 0.05 0.04
HSL 318º 0.69% 0.89% -
HSV(B) 318º 0.16% 0.96% -
XYZ 74.93 69.68 87.34 -
YUV 221.15 135.25 145.72 -
System Red Green Blue C M Y K H S L
Decimal 246 206 234 0 0.16 0.05 0.04 318 0.69 0.89
Hex F6 CE EA 0 10 5 4 13E 45 59
Octal 366 316 352 0 20 5 4 476 105 131
Binary 11110110 11001110 11101010 0 10000 101 100 100111110 1000101 1011001

Color Harmonies of #F6CEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6CEEA

Black with #F6CEEA

Text Example


Text Example

White with #F6CEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6CEEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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