Html Css Color HEX #FDCECA Cosmos

📋 copy color: '#FDCECA'

red 253 ◦ green 206 ◦ blue 202

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

Shades of Cosmos #FDCECA

Tints of Cosmos #FDCECA

RGB

 RED value IS 253 (99.22% from 255) = 38.28%

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

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

R = 38.28%
G = 31.16%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#FDCECA (or 0xFDCECA) is known color: Cosmos. HEX triplet: FD, CE and CA. RGB value is (253,206,202). Sum of RGB (Red+Green+Blue) = 253+206+202=661 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.28% from 661); Green value is 206 (80.86% from 255 or 31.16% from 661); Blue value is 202 (79.30% from 255 or 30.56% from 661); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCECA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCECA is #023135. Grayscale: #DBDBDB. Windows color (decimal): -143670 or 13291261. OLE color: 13291261.

HSL color Cylindrical-coordinate representation of color #FDCECA: hue angle of 4.71º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FDCECA is Cyan = 0, Magento = 0.19, Yellow = 0.20 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 206 202 -
CMYK 0 0.19 0.20 0.01
HSL 4.71º 0.93% 0.89% -
HSV(B) 4.71º 0.2% 0.99% -
XYZ 73.24 69.29 65.39 -
YUV 219.6 118.07 151.83 -
System Red Green Blue C M Y K H S L
Decimal 253 206 202 0 0.19 0.20 0.01 4.71 0.93 0.89
Hex FD CE CA 0 13 14 1 5 5D 59
Octal 375 316 312 0 23 24 1 5 135 131
Binary 11111101 11001110 11001010 0 10011 10100 1 101 1011101 1011001

Color Harmonies of #FDCECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCECA

Black with #FDCECA

Text Example


Text Example

White with #FDCECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCECA; }

 p { color: rgb(253,206,202); }

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

background-color css

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

 a { background-color: rgb(253,206,202); }

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

border-color css

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

 span { border-color: rgb(253,206,202); }

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