Html Css Color HEX #FFCDCB Cosmos

📋 copy color: '#FFCDCB'

red 255 ◦ green 205 ◦ blue 203

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

Shades of Cosmos #FFCDCB

Tints of Cosmos #FFCDCB

RGB

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

 GREEN value IS 205 (80.47% from 255) = 30.92%

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

R = 38.46%
G = 30.92%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.20

 K value IS 0

RGB Variations

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

Color information

#FFCDCB (or 0xFFCDCB) is known color: Cosmos. HEX triplet: FF, CD and CB. RGB value is (255,205,203). Sum of RGB (Red+Green+Blue) = 255+205+203=663 (87% of max value = 765). Red value is 255 (100% from 255 or 38.46% from 663); Green value is 205 (80.47% from 255 or 30.92% from 663); Blue value is 203 (79.69% from 255 or 30.62% from 663); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCDCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCDCB is #003234. Grayscale: #DBDBDB. Windows color (decimal): -12853 or 13356543. OLE color: 13356543.

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

Color convert

RGB 255 205 203 -
CMYK 0 0.20 0.20 0
HSL 2.31º 1% 0.9% -
HSV(B) 2.31º 0.2% 1% -
XYZ 73.85 69.23 65.97 -
YUV 219.72 118.57 153.16 -
System Red Green Blue C M Y K H S L
Decimal 255 205 203 0 0.20 0.20 0 2.31 1 0.9
Hex FF CD CB 0 14 14 0 2 64 5A
Octal 377 315 313 0 24 24 0 2 144 132
Binary 11111111 11001101 11001011 0 10100 10100 0 10 1100100 1011010

Color Harmonies of #FFCDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCDCB

Black with #FFCDCB

Text Example


Text Example

White with #FFCDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCDCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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