Html Css Color HEX #F5CDFF Blue Chalk

📋 copy color: '#F5CDFF'

red 245 ◦ green 205 ◦ blue 255

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

Shades of Blue Chalk #F5CDFF

Tints of Blue Chalk #F5CDFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 36.17%

R = 34.75%
G = 29.08%
B = 36.17%

CMYK

 C value IS 0.04

 M value IS 0.20

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F5CDFF (or 0xF5CDFF) is known color: Blue Chalk. HEX triplet: F5, CD and FF. RGB value is (245,205,255). Sum of RGB (Red+Green+Blue) = 245+205+255=705 (93% of max value = 765). Red value is 245 (96.09% from 255 or 34.75% from 705); Green value is 205 (80.47% from 255 or 29.08% from 705); Blue value is 255 (100% from 255 or 36.17% from 705); Max value from RGB is 255 - color contains mainly: blue. Hex color #F5CDFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5CDFF is #0A3200. Grayscale: #DEDEDE. Windows color (decimal): -668161 or 16764405. OLE color: 16764405.

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

Color convert

RGB 245 205 255 -
CMYK 0.04 0.20 0 0
HSL 288º 1% 0.9% -
HSV(B) 288º 0.2% 1% -
XYZ 77.54 70.3 104.09 -
YUV 222.66 146.25 143.93 -
System Red Green Blue C M Y K H S L
Decimal 245 205 255 0.04 0.20 0 0 288 1 0.9
Hex F5 CD FF 4 14 0 0 120 64 5A
Octal 365 315 377 4 24 0 0 440 144 132
Binary 11110101 11001101 11111111 100 10100 0 0 100100000 1100100 1011010

Color Harmonies of #F5CDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5CDFF

Black with #F5CDFF

Text Example


Text Example

White with #F5CDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5CDFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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