Html Css Color HEX #F5CEEB Classic Rose

📋 copy color: '#F5CEEB'

red 245 ◦ green 206 ◦ blue 235

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

Shades of Classic Rose #F5CEEB

Tints of Classic Rose #F5CEEB

RGB

 RED value IS 245 (96.09% from 255) = 35.71%

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

 BLUE value IS 235 (92.19% from 255) = 34.26%

R = 35.71%
G = 30.03%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#F5CEEB (or 0xF5CEEB) is known color: Classic Rose. HEX triplet: F5, CE and EB. RGB value is (245,206,235). Sum of RGB (Red+Green+Blue) = 245+206+235=686 (90% of max value = 765). Red value is 245 (96.09% from 255 or 35.71% from 686); Green value is 206 (80.86% from 255 or 30.03% from 686); Blue value is 235 (92.19% from 255 or 34.26% from 686); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CEEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5CEEB is #0A3114. Grayscale: #DCDCDC. Windows color (decimal): -667925 or 15453941. OLE color: 15453941.

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

Color convert

RGB 245 206 235 -
CMYK 0 0.16 0.04 0.04
HSL 315.38º 0.66% 0.88% -
HSV(B) 315.38º 0.16% 0.96% -
XYZ 74.72 69.55 88.08 -
YUV 220.97 135.92 145.14 -
System Red Green Blue C M Y K H S L
Decimal 245 206 235 0 0.16 0.04 0.04 315.38 0.66 0.88
Hex F5 CE EB 0 10 4 4 13B 42 58
Octal 365 316 353 0 20 4 4 473 102 130
Binary 11110101 11001110 11101011 0 10000 100 100 100111011 1000010 1011000

Color Harmonies of #F5CEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5CEEB

Black with #F5CEEB

Text Example


Text Example

White with #F5CEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5CEEB; }

 p { color: rgb(245,206,235); }

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

background-color css

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

 a { background-color: rgb(245,206,235); }

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

border-color css

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

 span { border-color: rgb(245,206,235); }

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