Html Css Color HEX #FDCFF2 Classic Rose

📋 copy color: '#FDCFF2'

red 253 ◦ green 207 ◦ blue 242

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

Shades of Classic Rose #FDCFF2

Tints of Classic Rose #FDCFF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 34.47%

R = 36.04%
G = 29.49%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#FDCFF2 (or 0xFDCFF2) is known color: Classic Rose. HEX triplet: FD, CF and F2. RGB value is (253,207,242). Sum of RGB (Red+Green+Blue) = 253+207+242=702 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.04% from 702); Green value is 207 (81.25% from 255 or 29.49% from 702); Blue value is 242 (94.92% from 255 or 34.47% from 702); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCFF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDCFF2 is #02300D. Grayscale: #E0E0E0. Windows color (decimal): -143374 or 15912957. OLE color: 15912957.

HSL color Cylindrical-coordinate representation of color #FDCFF2: hue angle of 314.35º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FDCFF2 is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 207 242 -
CMYK 0 0.18 0.04 0.01
HSL 314.35º 0.92% 0.9% -
HSV(B) 314.35º 0.18% 0.99% -
XYZ 78.85 71.92 93.73 -
YUV 224.74 137.74 148.15 -
System Red Green Blue C M Y K H S L
Decimal 253 207 242 0 0.18 0.04 0.01 314.35 0.92 0.9
Hex FD CF F2 0 12 4 1 13A 5C 5A
Octal 375 317 362 0 22 4 1 472 134 132
Binary 11111101 11001111 11110010 0 10010 100 1 100111010 1011100 1011010

Color Harmonies of #FDCFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCFF2

Black with #FDCFF2

Text Example


Text Example

White with #FDCFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCFF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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