Html Css Color HEX #FFCCCA Cosmos

📋 copy color: '#FFCCCA'

red 255 ◦ green 204 ◦ blue 202

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

Shades of Cosmos #FFCCCA

Tints of Cosmos #FFCCCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 30.56%

R = 38.58%
G = 30.86%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.21

 K value IS 0

RGB Variations

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

Color information

#FFCCCA (or 0xFFCCCA) is known color: Cosmos. HEX triplet: FF, CC and CA. RGB value is (255,204,202). Sum of RGB (Red+Green+Blue) = 255+204+202=661 (87% of max value = 765). Red value is 255 (100% from 255 or 38.58% from 661); Green value is 204 (80.08% from 255 or 30.86% from 661); Blue value is 202 (79.30% from 255 or 30.56% from 661); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCCCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCCCA is #003335. Grayscale: #DBDBDB. Windows color (decimal): -13110 or 13290751. OLE color: 13290751.

HSL color Cylindrical-coordinate representation of color #FFCCCA: hue angle of 2.26º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FFCCCA is Cyan = 0, Magento = 0.2, Yellow = 0.21 and Black (K on CMYK) = 0.

Color convert

RGB 255 204 202 -
CMYK 0 0.2 0.21 0
HSL 2.26º 1% 0.9% -
HSV(B) 2.26º 0.21% 1% -
XYZ 73.49 68.71 65.27 -
YUV 219.02 118.4 153.66 -
System Red Green Blue C M Y K H S L
Decimal 255 204 202 0 0.2 0.21 0 2.26 1 0.9
Hex FF CC CA 0 14 15 0 2 64 5A
Octal 377 314 312 0 24 25 0 2 144 132
Binary 11111111 11001100 11001010 0 10100 10101 0 10 1100100 1011010

Color Harmonies of #FFCCCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCCCA

Black with #FFCCCA

Text Example


Text Example

White with #FFCCCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCCCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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