Html Css Color HEX #FFCECC Cosmos

📋 copy color: '#FFCECC'

red 255 ◦ green 206 ◦ blue 204

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

Shades of Cosmos #FFCECC

Tints of Cosmos #FFCECC

RGB

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

 GREEN value IS 206 (80.86% from 255) = 30.98%

 BLUE value IS 204 (80.08% from 255) = 30.68%

R = 38.35%
G = 30.98%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.2

 K value IS 0

RGB Variations

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

Color information

#FFCECC (or 0xFFCECC) is known color: Cosmos. HEX triplet: FF, CE and CC. RGB value is (255,206,204). Sum of RGB (Red+Green+Blue) = 255+206+204=665 (88% of max value = 765). Red value is 255 (100% from 255 or 38.35% from 665); Green value is 206 (80.86% from 255 or 30.98% from 665); Blue value is 204 (80.08% from 255 or 30.68% from 665); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCECC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCECC is #003133. Grayscale: #DCDCDC. Windows color (decimal): -12596 or 13422335. OLE color: 13422335.

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

Color convert

RGB 255 206 204 -
CMYK 0 0.19 0.2 0
HSL 2.35º 1% 0.9% -
HSV(B) 2.35º 0.2% 1% -
XYZ 74.21 69.76 66.68 -
YUV 220.42 118.73 152.66 -
System Red Green Blue C M Y K H S L
Decimal 255 206 204 0 0.19 0.2 0 2.35 1 0.9
Hex FF CE CC 0 13 14 0 2 64 5A
Octal 377 316 314 0 23 24 0 2 144 132
Binary 11111111 11001110 11001100 0 10011 10100 0 10 1100100 1011010

Color Harmonies of #FFCECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCECC

Black with #FFCECC

Text Example


Text Example

White with #FFCECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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