Html Css Color HEX #F5CDCD Vanilla Ice

📋 copy color: '#F5CDCD'

red 245 ◦ green 205 ◦ blue 205

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

Shades of Vanilla Ice #F5CDCD

Tints of Vanilla Ice #F5CDCD

RGB

 RED value IS 245 (96.09% from 255) = 37.4%

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

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

R = 37.4%
G = 31.3%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F5CDCD (or 0xF5CDCD) is known color: Vanilla Ice. HEX triplet: F5, CD and CD. RGB value is (245,205,205). Sum of RGB (Red+Green+Blue) = 245+205+205=655 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.40% from 655); Green value is 205 (80.47% from 255 or 31.30% from 655); Blue value is 205 (80.47% from 255 or 31.30% from 655); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CDCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5CDCD is #0A3232. Grayscale: #D9D9D9. Windows color (decimal): -668211 or 13487605. OLE color: 13487605.

HSL color Cylindrical-coordinate representation of color #F5CDCD: hue angle of 0º degrees, saturation: 0.67, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F5CDCD is Cyan = 0, Magento = 0.16, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 205 205 -
CMYK 0 0.16 0.16 0.04
HSL 0.67% 0.88% -
HSV(B) 0.16% 0.96% -
XYZ 70.51 67.48 67.07 -
YUV 216.96 121.25 148 -
System Red Green Blue C M Y K H S L
Decimal 245 205 205 0 0.16 0.16 0.04 0 0.67 0.88
Hex F5 CD CD 0 10 10 4 0 43 58
Octal 365 315 315 0 20 20 4 0 103 130
Binary 11110101 11001101 11001101 0 10000 10000 100 0 1000011 1011000

Color Harmonies of #F5CDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5CDCD

Black with #F5CDCD

Text Example


Text Example

White with #F5CDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5CDCD; }

 p { color: rgb(245,205,205); }

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

background-color css

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

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

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

border-color css

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

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

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