Html Css Color HEX #F0CBDF Classic Rose

📋 copy color: '#F0CBDF'

red 240 ◦ green 203 ◦ blue 223

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

Shades of Classic Rose #F0CBDF

Tints of Classic Rose #F0CBDF

RGB

 RED value IS 240 (94.14% from 255) = 36.04%

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

 BLUE value IS 223 (87.5% from 255) = 33.48%

R = 36.04%
G = 30.48%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#F0CBDF (or 0xF0CBDF) is known color: Classic Rose. HEX triplet: F0, CB and DF. RGB value is (240,203,223). Sum of RGB (Red+Green+Blue) = 240+203+223=666 (88% of max value = 765). Red value is 240 (94.14% from 255 or 36.04% from 666); Green value is 203 (79.69% from 255 or 30.48% from 666); Blue value is 223 (87.5% from 255 or 33.48% from 666); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CBDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CBDF is #0F3420. Grayscale: #D8D8D8. Windows color (decimal): -996385 or 14666736. OLE color: 14666736.

HSL color Cylindrical-coordinate representation of color #F0CBDF: hue angle of 327.57º degrees, saturation: 0.55, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F0CBDF is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 203 223 -
CMYK 0 0.15 0.07 0.06
HSL 327.57º 0.55% 0.87% -
HSV(B) 327.57º 0.15% 0.94% -
XYZ 70.61 66.56 78.94 -
YUV 216.34 131.76 144.87 -
System Red Green Blue C M Y K H S L
Decimal 240 203 223 0 0.15 0.07 0.06 327.57 0.55 0.87
Hex F0 CB DF 0 F 7 6 148 37 57
Octal 360 313 337 0 17 7 6 510 67 127
Binary 11110000 11001011 11011111 0 1111 111 110 101001000 110111 1010111

Color Harmonies of #F0CBDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CBDF

Black with #F0CBDF

Text Example


Text Example

White with #F0CBDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CBDF; }

 p { color: rgb(240,203,223); }

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

background-color css

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

 a { background-color: rgb(240,203,223); }

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

border-color css

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

 span { border-color: rgb(240,203,223); }

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