Html Css Color HEX #FFCFCD Cosmos

📋 copy color: '#FFCFCD'

red 255 ◦ green 207 ◦ blue 205

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

Shades of Cosmos #FFCFCD

Tints of Cosmos #FFCFCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 30.73%

R = 38.23%
G = 31.03%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.20

 K value IS 0

RGB Variations

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

Color information

#FFCFCD (or 0xFFCFCD) is known color: Cosmos. HEX triplet: FF, CF and CD. RGB value is (255,207,205). Sum of RGB (Red+Green+Blue) = 255+207+205=667 (88% of max value = 765). Red value is 255 (100% from 255 or 38.23% from 667); Green value is 207 (81.25% from 255 or 31.03% from 667); Blue value is 205 (80.47% from 255 or 30.73% from 667); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCFCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCFCD is #003032. Grayscale: #DDDDDD. Windows color (decimal): -12339 or 13488127. OLE color: 13488127.

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

Color convert

RGB 255 207 205 -
CMYK 0 0.19 0.20 0
HSL 2.4º 1% 0.9% -
HSV(B) 2.4º 0.2% 1% -
XYZ 74.57 70.29 67.4 -
YUV 221.12 118.9 152.16 -
System Red Green Blue C M Y K H S L
Decimal 255 207 205 0 0.19 0.20 0 2.4 1 0.9
Hex FF CF CD 0 13 14 0 2 64 5A
Octal 377 317 315 0 23 24 0 2 144 132
Binary 11111111 11001111 11001101 0 10011 10100 0 10 1100100 1011010

Color Harmonies of #FFCFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCFCD

Black with #FFCFCD

Text Example


Text Example

White with #FFCFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCFCD; }

 p { color: rgb(255,207,205); }

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

background-color css

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

 a { background-color: rgb(255,207,205); }

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

border-color css

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

 span { border-color: rgb(255,207,205); }

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