Html Css Color HEX #FFCBEF Classic Rose

📋 copy color: '#FFCBEF'

red 255 ◦ green 203 ◦ blue 239

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

Shades of Classic Rose #FFCBEF

Tints of Classic Rose #FFCBEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 34.29%

R = 36.59%
G = 29.12%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.06

 K value IS 0

RGB Variations

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

Color information

#FFCBEF (or 0xFFCBEF) is known color: Classic Rose. HEX triplet: FF, CB and EF. RGB value is (255,203,239). Sum of RGB (Red+Green+Blue) = 255+203+239=697 (92% of max value = 765). Red value is 255 (100% from 255 or 36.59% from 697); Green value is 203 (79.69% from 255 or 29.12% from 697); Blue value is 239 (93.75% from 255 or 34.29% from 697); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCBEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCBEF is #003410. Grayscale: #DEDEDE. Windows color (decimal): -13329 or 15715327. OLE color: 15715327.

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

Color convert

RGB 255 203 239 -
CMYK 0 0.20 0.06 0
HSL 318.46º 1% 0.9% -
HSV(B) 318.46º 0.2% 1% -
XYZ 78.18 70.2 91.09 -
YUV 222.65 137.23 151.07 -
System Red Green Blue C M Y K H S L
Decimal 255 203 239 0 0.20 0.06 0 318.46 1 0.9
Hex FF CB EF 0 14 6 0 13E 64 5A
Octal 377 313 357 0 24 6 0 476 144 132
Binary 11111111 11001011 11101111 0 10100 110 0 100111110 1100100 1011010

Color Harmonies of #FFCBEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCBEF

Black with #FFCBEF

Text Example


Text Example

White with #FFCBEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCBEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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