Html Css Color HEX #FFCCE6 Classic Rose

📋 copy color: '#FFCCE6'

red 255 ◦ green 204 ◦ blue 230

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

Shades of Classic Rose #FFCCE6

Tints of Classic Rose #FFCCE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 33.38%

R = 37.01%
G = 29.61%
B = 33.38%

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

#FFCCE6 (or 0xFFCCE6) is known color: Classic Rose. HEX triplet: FF, CC and E6. RGB value is (255,204,230). Sum of RGB (Red+Green+Blue) = 255+204+230=689 (91% of max value = 765). Red value is 255 (100% from 255 or 37.01% from 689); Green value is 204 (80.08% from 255 or 29.61% from 689); Blue value is 230 (90.23% from 255 or 33.38% from 689); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCCE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCCE6 is #003319. Grayscale: #DEDEDE. Windows color (decimal): -13082 or 15125759. OLE color: 15125759.

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

Color convert

RGB 255 204 230 -
CMYK 0 0.2 0.10 0
HSL 329.41º 1% 0.9% -
HSV(B) 329.41º 0.2% 1% -
XYZ 77.12 70.16 84.34 -
YUV 222.21 132.4 151.39 -
System Red Green Blue C M Y K H S L
Decimal 255 204 230 0 0.2 0.10 0 329.41 1 0.9
Hex FF CC E6 0 14 A 0 149 64 5A
Octal 377 314 346 0 24 12 0 511 144 132
Binary 11111111 11001100 11100110 0 10100 1010 0 101001001 1100100 1011010

Color Harmonies of #FFCCE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCCE6

Black with #FFCCE6

Text Example


Text Example

White with #FFCCE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCCE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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