Html Css Color HEX #FDCFCB Cosmos

📋 copy color: '#FDCFCB'

red 253 ◦ green 207 ◦ blue 203

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

Shades of Cosmos #FDCFCB

Tints of Cosmos #FDCFCB

RGB

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

 GREEN value IS 207 (81.25% from 255) = 31.22%

 BLUE value IS 203 (79.69% from 255) = 30.62%

R = 38.16%
G = 31.22%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#FDCFCB (or 0xFDCFCB) is known color: Cosmos. HEX triplet: FD, CF and CB. RGB value is (253,207,203). Sum of RGB (Red+Green+Blue) = 253+207+203=663 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.16% from 663); Green value is 207 (81.25% from 255 or 31.22% from 663); Blue value is 203 (79.69% from 255 or 30.62% from 663); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCFCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCFCB is #023034. Grayscale: #DCDCDC. Windows color (decimal): -143413 or 13357053. OLE color: 13357053.

HSL color Cylindrical-coordinate representation of color #FDCFCB: hue angle of 4.8º 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 #FDCFCB is Cyan = 0, Magento = 0.18, Yellow = 0.20 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 207 203 -
CMYK 0 0.18 0.20 0.01
HSL 4.8º 0.93% 0.89% -
HSV(B) 4.8º 0.2% 0.99% -
XYZ 73.6 69.82 66.1 -
YUV 220.3 118.24 151.33 -
System Red Green Blue C M Y K H S L
Decimal 253 207 203 0 0.18 0.20 0.01 4.8 0.93 0.89
Hex FD CF CB 0 12 14 1 5 5D 59
Octal 375 317 313 0 22 24 1 5 135 131
Binary 11111101 11001111 11001011 0 10010 10100 1 101 1011101 1011001

Color Harmonies of #FDCFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCFCB

Black with #FDCFCB

Text Example


Text Example

White with #FDCFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCFCB; }

 p { color: rgb(253,207,203); }

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

background-color css

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

 a { background-color: rgb(253,207,203); }

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

border-color css

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

 span { border-color: rgb(253,207,203); }

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