Html Css Color HEX #FFCCF2 Classic Rose

📋 copy color: '#FFCCF2'

red 255 ◦ green 204 ◦ blue 242

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

Shades of Classic Rose #FFCCF2

Tints of Classic Rose #FFCCF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 34.52%

R = 36.38%
G = 29.1%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.05

 K value IS 0

RGB Variations

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

Color information

#FFCCF2 (or 0xFFCCF2) is known color: Classic Rose. HEX triplet: FF, CC and F2. RGB value is (255,204,242). Sum of RGB (Red+Green+Blue) = 255+204+242=701 (92% of max value = 765). Red value is 255 (100% from 255 or 36.38% from 701); Green value is 204 (80.08% from 255 or 29.10% from 701); Blue value is 242 (94.92% from 255 or 34.52% from 701); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCCF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCCF2 is #00330D. Grayscale: #DFDFDF. Windows color (decimal): -13070 or 15912191. OLE color: 15912191.

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

Color convert

RGB 255 204 242 -
CMYK 0 0.2 0.05 0
HSL 315.29º 1% 0.9% -
HSV(B) 315.29º 0.2% 1% -
XYZ 78.86 70.86 93.52 -
YUV 223.58 138.4 150.41 -
System Red Green Blue C M Y K H S L
Decimal 255 204 242 0 0.2 0.05 0 315.29 1 0.9
Hex FF CC F2 0 14 5 0 13B 64 5A
Octal 377 314 362 0 24 5 0 473 144 132
Binary 11111111 11001100 11110010 0 10100 101 0 100111011 1100100 1011010

Color Harmonies of #FFCCF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCCF2

Black with #FFCCF2

Text Example


Text Example

White with #FFCCF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCCF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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