Html Css Color HEX #FFCBEE Classic Rose

📋 copy color: '#FFCBEE'

red 255 ◦ green 203 ◦ blue 238

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

Shades of Classic Rose #FFCBEE

Tints of Classic Rose #FFCBEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 34.2%

R = 36.64%
G = 29.17%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#FFCBEE (or 0xFFCBEE) is known color: Classic Rose. HEX triplet: FF, CB and EE. RGB value is (255,203,238). Sum of RGB (Red+Green+Blue) = 255+203+238=696 (92% of max value = 765). Red value is 255 (100% from 255 or 36.64% from 696); Green value is 203 (79.69% from 255 or 29.17% from 696); Blue value is 238 (93.36% from 255 or 34.20% from 696); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCBEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCBEE is #003411. Grayscale: #DEDEDE. Windows color (decimal): -13330 or 15649791. OLE color: 15649791.

HSL color Cylindrical-coordinate representation of color #FFCBEE: hue angle of 319.62º 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 #FFCBEE is Cyan = 0, Magento = 0.20, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB 255 203 238 -
CMYK 0 0.20 0.07 0
HSL 319.62º 1% 0.9% -
HSV(B) 319.62º 0.2% 1% -
XYZ 78.03 70.14 90.32 -
YUV 222.54 136.73 151.15 -
System Red Green Blue C M Y K H S L
Decimal 255 203 238 0 0.20 0.07 0 319.62 1 0.9
Hex FF CB EE 0 14 7 0 140 64 5A
Octal 377 313 356 0 24 7 0 500 144 132
Binary 11111111 11001011 11101110 0 10100 111 0 101000000 1100100 1011010

Color Harmonies of #FFCBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCBEE

Black with #FFCBEE

Text Example


Text Example

White with #FFCBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCBEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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