Html Css Color HEX #FFCCE5 Classic Rose

📋 copy color: '#FFCCE5'

red 255 ◦ green 204 ◦ blue 229

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

Shades of Classic Rose #FFCCE5

Tints of Classic Rose #FFCCE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 33.28%

R = 37.06%
G = 29.65%
B = 33.28%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.10

 K value IS 0

RGB Variations

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

Color information

#FFCCE5 (or 0xFFCCE5) is known color: Classic Rose. HEX triplet: FF, CC and E5. RGB value is (255,204,229). Sum of RGB (Red+Green+Blue) = 255+204+229=688 (91% of max value = 765). Red value is 255 (100% from 255 or 37.06% from 688); Green value is 204 (80.08% from 255 or 29.65% from 688); Blue value is 229 (89.84% from 255 or 33.28% from 688); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCCE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCCE5 is #00331A. Grayscale: #DEDEDE. Windows color (decimal): -13083 or 15060223. OLE color: 15060223.

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

Color convert

RGB 255 204 229 -
CMYK 0 0.2 0.10 0
HSL 330.59º 1% 0.9% -
HSV(B) 330.59º 0.2% 1% -
XYZ 76.98 70.1 83.6 -
YUV 222.1 131.9 151.47 -
System Red Green Blue C M Y K H S L
Decimal 255 204 229 0 0.2 0.10 0 330.59 1 0.9
Hex FF CC E5 0 14 A 0 14B 64 5A
Octal 377 314 345 0 24 12 0 513 144 132
Binary 11111111 11001100 11100101 0 10100 1010 0 101001011 1100100 1011010

Color Harmonies of #FFCCE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCCE5

Black with #FFCCE5

Text Example


Text Example

White with #FFCCE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCCE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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