Html Css Color HEX #FFCBEB Classic Rose

📋 copy color: '#FFCBEB'

red 255 ◦ green 203 ◦ blue 235

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

Shades of Classic Rose #FFCBEB

Tints of Classic Rose #FFCBEB

RGB

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

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

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

R = 36.8%
G = 29.29%
B = 33.91%

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

#FFCBEB (or 0xFFCBEB) is known color: Classic Rose. HEX triplet: FF, CB and EB. RGB value is (255,203,235). Sum of RGB (Red+Green+Blue) = 255+203+235=693 (91% of max value = 765). Red value is 255 (100% from 255 or 36.80% from 693); Green value is 203 (79.69% from 255 or 29.29% from 693); Blue value is 235 (92.19% from 255 or 33.91% from 693); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCBEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCBEB is #003414. Grayscale: #DEDEDE. Windows color (decimal): -13333 or 15453183. OLE color: 15453183.

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

Color convert

RGB 255 203 235 -
CMYK 0 0.20 0.08 0
HSL 323.08º 1% 0.9% -
HSV(B) 323.08º 0.2% 1% -
XYZ 77.59 69.97 88.01 -
YUV 222.2 135.23 151.4 -
System Red Green Blue C M Y K H S L
Decimal 255 203 235 0 0.20 0.08 0 323.08 1 0.9
Hex FF CB EB 0 14 8 0 143 64 5A
Octal 377 313 353 0 24 10 0 503 144 132
Binary 11111111 11001011 11101011 0 10100 1000 0 101000011 1100100 1011010

Color Harmonies of #FFCBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCBEB

Black with #FFCBEB

Text Example


Text Example

White with #FFCBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCBEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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