Html Css Color HEX #FFCCEB Classic Rose

📋 copy color: '#FFCCEB'

red 255 ◦ green 204 ◦ blue 235

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

Shades of Classic Rose #FFCCEB

Tints of Classic Rose #FFCCEB

RGB

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

 GREEN value IS 204 (80.08% from 255) = 29.39%

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

R = 36.74%
G = 29.39%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.08

 K value IS 0

RGB Variations

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

Color information

#FFCCEB (or 0xFFCCEB) is known color: Classic Rose. HEX triplet: FF, CC and EB. RGB value is (255,204,235). Sum of RGB (Red+Green+Blue) = 255+204+235=694 (91% of max value = 765). Red value is 255 (100% from 255 or 36.74% from 694); Green value is 204 (80.08% from 255 or 29.39% from 694); Blue value is 235 (92.19% from 255 or 33.86% from 694); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCCEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCCEB is #003314. Grayscale: #DEDEDE. Windows color (decimal): -13077 or 15453439. OLE color: 15453439.

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

Color convert

RGB 255 204 235 -
CMYK 0 0.2 0.08 0
HSL 323.53º 1% 0.9% -
HSV(B) 323.53º 0.2% 1% -
XYZ 77.83 70.44 88.09 -
YUV 222.78 134.9 150.98 -
System Red Green Blue C M Y K H S L
Decimal 255 204 235 0 0.2 0.08 0 323.53 1 0.9
Hex FF CC EB 0 14 8 0 144 64 5A
Octal 377 314 353 0 24 10 0 504 144 132
Binary 11111111 11001100 11101011 0 10100 1000 0 101000100 1100100 1011010

Color Harmonies of #FFCCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCCEB

Black with #FFCCEB

Text Example


Text Example

White with #FFCCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCCEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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