Html Css Color HEX #F9CBEA Classic Rose

📋 copy color: '#F9CBEA'

red 249 ◦ green 203 ◦ blue 234

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

Shades of Classic Rose #F9CBEA

Tints of Classic Rose #F9CBEA

RGB

 RED value IS 249 (97.66% from 255) = 36.3%

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

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

R = 36.3%
G = 29.59%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#F9CBEA (or 0xF9CBEA) is known color: Classic Rose. HEX triplet: F9, CB and EA. RGB value is (249,203,234). Sum of RGB (Red+Green+Blue) = 249+203+234=686 (90% of max value = 765). Red value is 249 (97.66% from 255 or 36.30% from 686); Green value is 203 (79.69% from 255 or 29.59% from 686); Blue value is 234 (91.80% from 255 or 34.11% from 686); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CBEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9CBEA is #063415. Grayscale: #DCDCDC. Windows color (decimal): -406550 or 15387641. OLE color: 15387641.

HSL color Cylindrical-coordinate representation of color #F9CBEA: hue angle of 319.57º degrees, saturation: 0.79, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F9CBEA is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 203 234 -
CMYK 0 0.18 0.06 0.02
HSL 319.57º 0.79% 0.89% -
HSV(B) 319.57º 0.18% 0.98% -
XYZ 75.27 68.79 87.15 -
YUV 220.29 135.74 148.48 -
System Red Green Blue C M Y K H S L
Decimal 249 203 234 0 0.18 0.06 0.02 319.57 0.79 0.89
Hex F9 CB EA 0 12 6 2 140 4F 59
Octal 371 313 352 0 22 6 2 500 117 131
Binary 11111001 11001011 11101010 0 10010 110 10 101000000 1001111 1011001

Color Harmonies of #F9CBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9CBEA

Black with #F9CBEA

Text Example


Text Example

White with #F9CBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9CBEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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