Html Css Color HEX #FFCBEA Classic Rose

📋 copy color: '#FFCBEA'

red 255 ◦ green 203 ◦ blue 234

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

Shades of Classic Rose #FFCBEA

Tints of Classic Rose #FFCBEA

RGB

 RED value IS 255 (100% from 255) = 36.85%

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

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

R = 36.85%
G = 29.34%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.08

 K value IS 0

RGB Variations

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

Color information

#FFCBEA (or 0xFFCBEA) is known color: Classic Rose. HEX triplet: FF, CB and EA. RGB value is (255,203,234). Sum of RGB (Red+Green+Blue) = 255+203+234=692 (91% of max value = 765). Red value is 255 (100% from 255 or 36.85% from 692); Green value is 203 (79.69% from 255 or 29.34% from 692); Blue value is 234 (91.80% from 255 or 33.82% from 692); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCBEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCBEA is #003415. Grayscale: #DEDEDE. Windows color (decimal): -13334 or 15387647. OLE color: 15387647.

HSL color Cylindrical-coordinate representation of color #FFCBEA: hue angle of 324.23º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FFCBEA is Cyan = 0, Magento = 0.20, Yellow = 0.08 and Black (K on CMYK) = 0.

Color convert

RGB 255 203 234 -
CMYK 0 0.20 0.08 0
HSL 324.23º 1% 0.9% -
HSV(B) 324.23º 0.2% 1% -
XYZ 77.45 69.91 87.25 -
YUV 222.08 134.73 151.48 -
System Red Green Blue C M Y K H S L
Decimal 255 203 234 0 0.20 0.08 0 324.23 1 0.9
Hex FF CB EA 0 14 8 0 144 64 5A
Octal 377 313 352 0 24 10 0 504 144 132
Binary 11111111 11001011 11101010 0 10100 1000 0 101000100 1100100 1011010

Color Harmonies of #FFCBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCBEA

Black with #FFCBEA

Text Example


Text Example

White with #FFCBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCBEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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